strandzoomfixV2 by sby and stuntcock

this mod corrects the issue of spit and cum strands being removed when zooming the scene out farther than vanilla supported (0.4 zoom)  
intended to be used as a $init mod

it is an extended implimentation of strand zoom fix from stuntcock:
https://www.undertow.club/downloads/strand-zoom-fix.300/

this mod swaps the value of the variable used to determine zoom level for clearing out-of-view strands.
vanilla is using the incorrect variable 'g.sceneZoom' when it should really be using 'g.sceneLayer.currentZoom'
when zooming out farther than initially supported, scenezoom would go negative and consider all strands out of view

the setting
checkoffscreenstrands=1
will enable the logic for clearing out-of-view strands





